projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d68807f
)
(find-buffer-visiting): Fix typo in previous change.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 9 Mar 1994 06:20:32 +0000
(06:20 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 9 Mar 1994 06:20:32 +0000
(06:20 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index c89981f54bb7b6372ae9d573a5e27977ca26f2cf..1eac656f8b774cc38ea7e5ed5d3d5a5a83f21097 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-590,7
+590,7
@@
If there is no such live buffer, return nil."
(setq found (car list))))
(setq list (cdr list)))
found)
- (let ((number (nthcdr 10 (file-attributes )))
+ (let ((number (nthcdr 10 (file-attributes
truename
)))
(list (buffer-list)) found)
(while (and (not found) list)
(save-excursion